home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu328.dms / pu328.adf / Install / Install.doc.pp / Install.doc
Text File  |  1992-11-02  |  3KB  |  78 lines

  1.  
  2.                 Install v1.1
  3.                 ------------
  4.  
  5.                © 1990  by David Kinder
  6.                -----------------------
  7.  
  8. Files
  9. -----
  10.          Install    - Program.
  11.          Install.info    - It's icon.
  12.          Install.Doc    - This document.
  13.          Install.s    - The source code, written using HiSoft's
  14.                   excellent Devpac assembler.
  15.  
  16. (not essential)  icon.library   - Should be in LIBS: directory.
  17.  
  18. Introduction
  19. ------------
  20.  
  21. Considering that Commodore-Amiga have written a friendly icon-driven user
  22. interface, then it seems odd that they wrote most of the system software to
  23. be CLI only :-(
  24.  
  25. A particular case in point is the 'Install' command, which can give single
  26. drive users a considerable headache. However I now present my own 'Install',
  27. with no CLI knowledge required! Install will work equally well with either
  28. KickStart 1.3 or KickStart 2.0.
  29.  
  30. Usage
  31. -----
  32.  
  33. To use from the Workbench, simply click on the icon, or type 'Install' at the
  34. CLI. Now insert the disk to be installed in a drive and click on the relevant
  35. gadget, i.e. if you have only one drive, load Install, insert the disk to be
  36. installed in the drive, then click on the gadget marked 'DF0'.
  37.  
  38. Note that the program automatically disables the gadgets for drives that are
  39. not connected to your system. Also notice that the program checks to see if
  40. you are certain that you want to install a disk - installing a disk destroys
  41. the previous contents of the bootblock. This check option can be disabled if
  42. desired by using the 'NOCHECK' tooltype, i.e.:
  43.  
  44. Click on the 'Install' icon, then select 'Info' from the workbench menu.
  45. When the info requester appears, look at the bottom where the ToolTypes
  46. gadget is located. If there is something like
  47.  
  48.             NOCHECK=YES
  49.  
  50. then the program will not perform the check. Note that:
  51.  
  52. 1) It is the presence of the 'NOCHECK=' part that controls whether the
  53.    program checks or not; if it is present then the program does not check,
  54.    else it does check. Stictly speaking, the 'YES' could be replaced by
  55.    anything.
  56.  
  57. 2) This option is only available when Install is started from workbench; if
  58.    started from CLI then the program always checks. Also this option
  59.    requires the presence of the file 'icon.library' in the current LIBS:
  60.    directory.
  61.  
  62. With the release of KickStart 2.04, there is a new standard bootblock.
  63. Install has a menu which allows you to select whether the bootblock written
  64. out is for KickStart 1.3 or KickStart 2.0. Note that on running Install the
  65. default is the correct bootblock for your system, so generally you will not
  66. need to worry about this menu.
  67.  
  68. History
  69. -------
  70.  
  71.  v1.0 - First release.
  72.  
  73.  v1.1 - After examining the ToolTypes field  of the Install icon the
  74.     memory used for the icon is now freed.
  75.     Improved appearance and operation under KickStart 2.0.
  76.     Added menu to allow choice of system bootblocks.
  77.  
  78.